-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove forward-sub for hw intrinsics during inlining #62883
Conversation
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsFixes #60330 it needs a better forward-sub pass (I am planning to come up with a prototype soon) to properly substitute struct types, currently we might end up with:
|
So this reverts part of #55875? Curious to see asmdiff (when they are ready) |
@dotnet/jit-contrib |
Yes, but I am working on a forward sub for FPTR (function pointers) nodes locally and will handle this case too. For now I just want to unblock the CI. the diff is expected to be very small |
Fixes #62815 too (or was the issue number not quite correct in the PR description)? |
Fixes #60330
it needs a better forward-sub pass (I am planning to come up with a prototype soon) to properly substitute struct types, currently we might end up with:
cc @kunalspathak